PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedContent Class / splitByBox Method / splitByBox(double,double) Method
The box width.
The box height.
In This Topic
    splitByBox(double,double) Method
    In This Topic
    Gets the formatted content that fits in the given box.
    This method modifies the current object, the formatted content that fits the given box is removed from current object and returned as a new object.
    Syntax
    public PDFFormattedContent splitByBox( 
       double width,
       double height
    )

    Parameters

    width
    The box width.
    height
    The box height.

    Return Value

    The formatted content that fits in the given box.
    See Also